home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-02-12 | 989 b | 46 lines | [TEXT/MPS ] |
- {
- File: SoundComponents.p
-
- Contains: Sound Components Interfaces.
-
- Version: Technology: System 7.5
- Release: Universal Interfaces 3.1
-
- Copyright: © 1991-1998 by Apple Computer, Inc., all rights reserved.
-
- Bugs?: Please include the the file and version information (from above) with
- the problem description. Developers belonging to one of the Apple
- developer programs can submit bug reports to:
-
- devsupport@apple.com
-
- }
- {$IFC UNDEFINED UsingIncludes}
- {$SETC UsingIncludes := 0}
- {$ENDC}
-
- {$IFC NOT UsingIncludes}
- UNIT SoundComponents;
- INTERFACE
- {$ENDC}
-
- {$IFC UNDEFINED __SOUNDCOMPONENTS__}
- {$SETC __SOUNDCOMPONENTS__ := 1}
-
- {$I+}
- {$SETC SoundComponentsIncludes := UsingIncludes}
- {$SETC UsingIncludes := 1}
-
- { obsolete file, all sound interfaces have been moved to Sound.[hpar] }
- {$IFC UNDEFINED __SOUND__}
- {$I Sound.p}
- {$ENDC}
-
- {$SETC UsingIncludes := SoundComponentsIncludes}
-
- {$ENDC} {__SOUNDCOMPONENTS__}
-
- {$IFC NOT UsingIncludes}
- END.
- {$ENDC}
-